home *** CD-ROM | disk | FTP | other *** search
/ Freelog 41 / Freelog041.iso / BestOf / TweakALL / tweakall3fullsetup.exe / {app} / ZipFolders / ZipFolders.dll / 0 / RCDATA / TMAIN / TMAIN.txt
Text File  |  2002-06-16  |  902b  |  40 lines

  1. inherited Main: TMain
  2.   Caption = 'Main'
  3.   OldCreateOrder = True
  4.   OnCreate = FormCreate
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   inherited PluginTitle: TFancyPanel
  8.     BarText = 'Zip Folders'
  9.   end
  10.   object EnableZipFolders: TElRadioButton
  11.     Left = 24
  12.     Top = 40
  13.     Width = 148
  14.     Height = 17
  15.     Cursor = crDefault
  16.     Checked = True
  17.     LinkColor = clBlue
  18.     LinkStyle = [fsUnderline]
  19.     Caption = 'Enable Zip Folders support'
  20.     TabOrder = 1
  21.     OnClick = EnableZipFoldersClick
  22.     DockOrientation = doNoOrient
  23.     DoubleBuffered = False
  24.   end
  25.   object DisableZipFolders: TElRadioButton
  26.     Left = 24
  27.     Top = 64
  28.     Width = 150
  29.     Height = 17
  30.     Cursor = crDefault
  31.     LinkColor = clBlue
  32.     LinkStyle = [fsUnderline]
  33.     Caption = 'Disable Zip Folders support'
  34.     TabOrder = 2
  35.     OnClick = EnableZipFoldersClick
  36.     DockOrientation = doNoOrient
  37.     DoubleBuffered = False
  38.   end
  39. end
  40.